Package-level declarations

Types

Link copied to clipboard
interface BoundSettings

Describes a single bound for the verification rule to enforce; Bound specifies what type of coverage is enforced (branches, lines, instructions), how coverage is aggregated (raw count or percents) and what numerical values of coverage are acceptable.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface VerifySettings

Functions

Link copied to clipboard
fun VerificationRuleSettings.maxBound(limit: Provider<Int>)
fun VerificationRuleSettings.maxBound(    limit: Int,     coverageUnits: CoverageUnit = CoverageUnit.LINE,     aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)

A shortcut for

Link copied to clipboard
fun VerificationRuleSettings.minBound(limit: Provider<Int>)
fun VerificationRuleSettings.minBound(    limit: Int,     coverageUnits: CoverageUnit = CoverageUnit.LINE,     aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)

A shortcut for